From: Claudio Cambra Date: Thu, 5 Dec 2024 04:23:36 +0000 (+0800) Subject: Ensure colour of featured app icon is consistent with other header buttons X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~30^2^2~200^2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=2a29556c9aa0de3b9e765e25d478fa817abefbba;p=nextcloud-desktop.git Ensure colour of featured app icon is consistent with other header buttons Signed-off-by: Claudio Cambra --- diff --git a/src/gui/tray/TrayWindowHeader.qml b/src/gui/tray/TrayWindowHeader.qml index 142a77eee..10080212c 100644 --- a/src/gui/tray/TrayWindowHeader.qml +++ b/src/gui/tray/TrayWindowHeader.qml @@ -81,7 +81,7 @@ Rectangle { Layout.fillHeight: true visible: UserModel.currentUser.isFeaturedAppEnabled - icon.source: UserModel.currentUser.featuredAppIcon + "/" + icon.source: UserModel.currentUser.featuredAppIcon + "/" + palette.windowText onClicked: UserModel.openCurrentAccountFeaturedApp() Accessible.role: Accessible.Button